##############################################################
## MOD Title: Overall Forums Permission Interactive Editor
## MOD Author: yttrbium (overallforums@jaredgrubb.com)
## MOD Description: This mod allows you to set the permissions of all forums at the same time
##                  using a colorful, javascript-driven interface. The inspiration for this
##                  came from phpBBhack mod#486 of the name "overall forums permission".
##		    Note: Using this hack requires a recent browser (specifically that supports
##		      getElementById(); I would think anyone who is admin to a BB would probably
##		      have an adequate browser!
## MOD Version: 1.0.0
## Credits:
##	The original mod, which I drew from for inspiration:
##		[ #486: Overall Forums Permission ] - Smartor
##
##	Special Thanks to:
##		Erik Bosrup, http://www.bosrup.com/web/overlib/, for the overlib.js code
##
## Installation Level: easy
## Installation Time: 5 Minutes
## Files To Edit: 
##	language/lang_spanish/lang_admin.php
## Included Files: 30
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/ 
##############################################################
## Author Notes: 
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
## Revision History:
##
## v1.0.0:
## + initial released
##
##############################################################


#
#-----[ COPY ]--------------------------------------------
#
copy admin_overall_forumauth.php 				to admin/admin_overall_forumauth.php 

#
#-----[ COPY ]--------------------------------------------
#
copy auth_overall_forum_body.tpl 				to templates/subSilver/admin/auth_overall_forum_body.tpl

#
#-----[ COPY ]--------------------------------------------
#
copy auth_overall_forum/admin_overall_forumauth.js	to templates/subSilver/images/auth_overall_forum/admin_overall_forumauth.gif
copy auth_overall_forum/overlib.js					to templates/subSilver/images/auth_overall_forum/overlib.js
copy auth_overall_forum/_restore.gif				to templates/subSilver/images/auth_overall_forum/_restore.gif
copy auth_overall_forum/ADMIN.gif					to templates/subSilver/images/auth_overall_forum/ADMIN.gif
copy auth_overall_forum/ADMIN_TO_ALL.gif			to templates/subSilver/images/auth_overall_forum/ADMIN_TO_ALL.gif
copy auth_overall_forum/ADMIN_TO_MOD.gif			to templates/subSilver/images/auth_overall_forum/ADMIN_TO_MOD.gif
copy auth_overall_forum/ADMIN_TO_PRIVATE.gif		to templates/subSilver/images/auth_overall_forum/ADMIN_TO_PRIVATE.gif
copy auth_overall_forum/ADMIN_TO_REG.gif			to templates/subSilver/images/auth_overall_forum/ADMIN_TO_REG.gif
copy auth_overall_forum/ALL.gif						to templates/subSilver/images/auth_overall_forum/ALL.gif
copy auth_overall_forum/ALL_TO_ADMIN.gif			to templates/subSilver/images/auth_overall_forum/ALL_TO_ADMIN.gif
copy auth_overall_forum/ALL_TO_MOD.gif				to templates/subSilver/images/auth_overall_forum/ALL_TO_MOD.gif
copy auth_overall_forum/ALL_TO_PRIVATE.gif			to templates/subSilver/images/auth_overall_forum/ALL_TO_PRIVATE.gif
copy auth_overall_forum/ALL_TO_REG.gif				to templates/subSilver/images/auth_overall_forum/ALL_TO_REG.gif
copy auth_overall_forum/MOD.gif						to templates/subSilver/images/auth_overall_forum/MOD.gif
copy auth_overall_forum/MOD_TO_ADMIN.gif			to templates/subSilver/images/auth_overall_forum/MOD_TO_ADMIN.gif
copy auth_overall_forum/MOD_TO_ALL.gif				to templates/subSilver/images/auth_overall_forum/MOD_TO_ALL.gif
copy auth_overall_forum/MOD_TO_PRIVATE.gif			to templates/subSilver/images/auth_overall_forum/MOD_TO_PRIVATE.gif
copy auth_overall_forum/MOD_TO_REG.gif				to templates/subSilver/images/auth_overall_forum/MOD_TO_REG.gif
copy auth_overall_forum/PRIVATE.gif					to templates/subSilver/images/auth_overall_forum/PRIVATE.gif
copy auth_overall_forum/PRIVATE_TO_ADMIN.gif		to templates/subSilver/images/auth_overall_forum/PRIVATE_TO_ADMIN.gif
copy auth_overall_forum/PRIVATE_TO_ALL.gif			to templates/subSilver/images/auth_overall_forum/PRIVATE_TO_ALL.gif
copy auth_overall_forum/PRIVATE_TO_MOD.gif			to templates/subSilver/images/auth_overall_forum/PRIVATE_TO_MOD.gif
copy auth_overall_forum/PRIVATE_TO_REG.gif			to templates/subSilver/images/auth_overall_forum/PRIVATE_TO_REG.gif
copy auth_overall_forum/REG.gif						to templates/subSilver/images/auth_overall_forum/REG.gif
copy auth_overall_forum/REG_TO_ADMIN.gif			to templates/subSilver/images/auth_overall_forum/REG_TO_ADMIN.gif
copy auth_overall_forum/REG_TO_ALL.gif				to templates/subSilver/images/auth_overall_forum/REG_TO_ALL.gif
copy auth_overall_forum/REG_TO_MOD.gif				to templates/subSilver/images/auth_overall_forum/REG_TO_MOD.gif
copy auth_overall_forum/REG_TO_PRIVATE.gif			to templates/subSilver/images/auth_overall_forum/REG_TO_PRIVATE.gif

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/lang_spanish/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
#
$lang['Group_auth_explain']
$lang['User_auth_explain']
$lang['Forum_auth_explain']

# 
#-----[ AFTER, ADD ]-------------------------------------- 
#
$lang['Forum_auth_explain_overall'] = 'Aqu usted puede alterar los niveles de la autorizacin de cada foro. Recuerde que eso cambiar el nivel del permiso de foros afectar qu usuarios pueden realizar las varias operaciones dentro de ellas.';
$lang['Forum_auth_explain_overall_edit'] = 'Primero haz click sobre el tipo de permiso que quieras cambiar (se habilitara el cript). Usa "Restaura Permiso Original" para deshacer los cambios. Usa "Parar de Editar" para terminar y parar el script. Cambia todos los permisos que quieras y luego dale al boton "Enviar"';
$lang['Forum_auth_overall_restore'] = 'Restaura Original';
$lang['Forum_auth_overall_stop'] = 'Parar de Editar';


-------NOTAS---------------------------------------------

-EN EL ARCHIVO auth_overall_forum_body.tpl DEBERAS DE BUSCAR Y CAMBIAR EL NOMBRE DE TU TEMPLATE O PLANTILLA, (SUBSILVER, FISUBSILVER, ETC) EN TODO EL ARCHIVO.
-EN EL ARCHIVO admin_overall_forumauth.js DEBERAS DE HACER LO MISMO.
-PARA QUE FUNCIONE EL SCRIPT SE DEBERA DE HABILITAR DICHA FUNCION EN VUESTROS NAVEGADORES.

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM